home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / win2 / wr21.zip / DEFAULT.FOR < prev    next >
Text File  |  1992-09-17  |  1KB  |  51 lines

  1. /* Default formats */
  2. /* Si Dobson, 21-5-1992 */
  3.  
  4. description "Default formats"
  5.  
  6. /* use plain text for output */
  7. language { plain }
  8.  
  9. /* there are no tags */
  10.  
  11. /* paper from journal */
  12. format { Title Authors Journal [ Vol No ] [ Date ] [ Pages ] [ Others ] }
  13. as { MajorAuthor  [ ", " MinorAuthors ", "]
  14.      ", " 66 italic { Title "," } 99
  15.      " " Journal [ " " Vol ] [ "(" bold { No } ")" ] [ " (" Date ")" ] [ " pp." Pages ]
  16.      "."
  17.      [ "  " Others "." ]
  18.      Para Para }
  19.  
  20. /* book */
  21. format { Title Authors Publisher [ City ] [ Date ] [ Others ] }
  22. as { MajorAuthor [ ", " MinorAuthors ]
  23.      ", " 66 italic { Title "," } 99
  24.      " " Publisher [ ", " City ] [ " (" Date ")" ]
  25.      "."
  26.      [ "  " Others "." ]
  27.      Para Para }
  28.  
  29. /* technical report */
  30. format { Title Authors Publisher ReportNo [ Date ] [ Others ] }
  31. as { MajorAuthor [ ", " MinorAuthors ]
  32.      ", " 66 italic { Title "," } 99
  33.      " Technical report " ReportNo ", " Publisher [ " (" Date ")" ]
  34.      "."
  35.      [ "  " Others "." ]
  36.      Para Para }
  37.  
  38. /* paper in book */
  39. format { Title Authors Book [ Editors ] Date [ Publisher Pages Others ] }
  40. as { MajorAuthor [ ", " MinorAuthors ]
  41.      ", " 66 italic { Title "," } 99
  42.      [ " pp." Pages ]
  43.      " in " Book
  44.      [ ", ed. " Editors ]
  45.      [ ", " Publisher ] " (" Date ")" 
  46.      "."
  47.      [ "  " Others "." ]
  48.      Para Para }
  49.  
  50.  
  51.